home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-13 | 2.4 KB | 92 lines | [TEXT/EDIT] |
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic1.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic2.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic3.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic4.e
- diff -r lib_test/boost_is_static.e /users/prof/colnet/SmallEiffel/lib_test/boost_is_static.e
- 4,7c4,8
- < class TEST_IS_STATIC
- < creation {ANY}
- < make
- < feature {ANY}
- ---
- > class BOOST_IS_STATIC
- >
- > creation make
- >
- > feature
- 11a13
- > p: POINTER;
- 124a127,129
- > if (Current = Void) and (3 = Void) then
- > c_inline_c("NoCcodeGenerated");
- > end;
- 126a132,133
- > else
- > always_run;
- 128c135,141
- < if (Current = Void) and (3 = Void) then
- ---
- > if p = Void then
- > is_true(p = Void);
- > end;
- > if p /= Void then
- > is_true(p /= Void);
- > end;
- > if "foo" = Void then
- 129a143,144
- > else
- > always_run;
- 130a146,175
- > if (<<"foo">>) = Void then
- > c_inline_c("NoCcodeGenerated");
- > else
- > always_run;
- > end;
- >
- >
- > if Current /= Void then
- > always_run;
- > else
- > c_inline_c("NoCcodeGenerated");
- > end;
- > if p /= Void then
- > always_run;
- > else
- > is_true(p = Void);
- > end;
- > if p = Void then
- > is_true(p = Void);
- > end;
- > if "foo" /= Void then
- > always_run;
- > else
- > c_inline_c("NoCcodeGenerated");
- > end;
- > if (<<"foo">>) /= Void then
- > always_run;
- > else
- > c_inline_c("NoCcodeGenerated");
- > end;
- 159c204
- < end -- TEST_IS_STATIC
- ---
- > end -- BOOST_IS_STATIC
- Only in /users/prof/colnet/SmallEiffel/lib_test: bug_array3.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: bug_array4.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: bug_array_aux.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: bug_generic2.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: bug_generic3.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: bug_generic4.e
- Only in lib_test: test_array3.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_array5.e
- Only in lib_test: test_array_aux.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic1.e
- diff -r lib_test/boost_is_static.e /users/prof/colnet/SmallEiffel/lib_test/boost_is_static.elib_test/test_integer_ref2.e /users/prof/colnet/SmallEiffel/lib_test/test_integer_ref2.e
- 3a4,5
- > class TEST_INTEGER_REF2
- > --
- 6d7
- < class TEST_INTEGER_REF2
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_integer_ref3.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array2.e
-